Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose an API for heap traversal. #98

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Conversation

wks
Copy link
Collaborator

@wks wks commented Aug 23, 2024

Expose the MMTK::enumerate_object method for implementing heap traversal. That allows the Ruby VM to enable ObjectSpace.each_object and TracePoint. The test case whitelist is also updated to not exclude related test cases so that mmtk-core binding tests will use those test cases.

Related PR: mmtk/ruby#91

Expose the `MMTK::enumerate_object` method for implementing heap
traversal.  That allows the Ruby VM to enable ObjectSpace.each_object
and TracePoint.  The test case whitelist is also updated to not exclude
related test cases so that mmtk-core binding tests will use those test
cases.
@wks wks merged commit 5712a63 into mmtk:master Aug 23, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant